Spread Silverlight Documentation
AddRange Method (NotifyCollectionBase<T>)


The collection whose items should be added to the end of the collection.
Adds the items in the specified collection to the end of the collection.
Syntax
'Declaration
 
Public Overridable Sub AddRange( _
   ByVal items As System.Collections.Generic.IList(Of T) _
) 
'Usage
 
Dim instance As NotifyCollectionBase(Of T)
Dim items As System.Collections.Generic.IList(Of T)
 
instance.AddRange(items)
public virtual void AddRange( 
   System.Collections.Generic.IList<T> items
)

Parameters

items
The collection whose items should be added to the end of the collection.
Exceptions
ExceptionDescription
System.NotSupportedExceptionThe collection is read-only.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

NotifyCollectionBase<T> Class
NotifyCollectionBase<T> Members

 

 


Copyright © GrapeCity, inc. All rights reserved.